home *** CD-ROM | disk | FTP | other *** search
- .TH CEVAL
- 6 "IRIT Version 6.0"
- .SH NAME
- CEVAL
-
-
-
- CtlPtType CEVAL( CurveType Curve, NumericType Param )
-
- Evaluates the provided Curve at the given Param value.
- Param should be in the curve's parametric domain if Curve is
- a Bspline curve, or between zero and one if Curve is a Bezier curve.
- The returned control point has the same point type as the control points
- of the Curve.
-
- Example:
-
- CPt = CEVAL( Crv, 0.25 );
-
- evaluates Crv at the parameter value of 0.25.
-